Charles Menguy
Charles Menguy
Hi, we are considering adopting Papermill for parameterizing and running our notebooks, but the main thing stopping us is the lack of support for Zeppelin. Our notebooks are a mix...
Pelican module to generate customizable PDF resumes based on Markdown pages. Currently only supports moderncv resume style, based on the CSS from http://resume.chmd.fr/style.css but other resume styles can be added...
Right now it seems `databricks workspace import` commands only consider code files and require a language. However this makes things difficult for example if I have a project with notebooks...
Currently it seems that tagging users works (at least with Github.com, haven't tried yet on the on-premise version but I assume it is the same), but there is no auto-complete....
It would be very useful to support UPS Exports that are available via API - both for profiles, events and profile+events. For example to export profile data aggregated with events:...
It would be useful to have a module for miscellaneous functions that can be useful. For example stuff we use: - A function to print a link to the UI...
See https://git.corp.adobe.com/pages/experience-platform/api-specification/?urls.primaryName=%E2%94%94%20Statistics%20Service We should have a module to support that.
Right now when we call `createSourceConnectionDataLake` it will not fetch the dataset name, so the resulting destination contains an empty dataset name. We should modify this function so it automatically...
Currently we only fetch credentials and container for the user space, but there's a separate container and credentials for destinations in DLZ. See https://experienceleague.adobe.com/docs/experience-platform/destinations/catalog/cloud-storage/data-landing-zone.html?lang=en#connect-your-data-landing-zone-container-to-azure-storage-explorer
Currently the small file API support in `ingestion` seems incomplete, as in the method `uploadSmallFile` it expects `data` of type `Union[list, dict]` which works fine for JSON, but for Parquet...