data-pipelines
Here are 66 public repositories matching this topic...
Summary
Similar to how they raise an error if you reference a pipeline that doesn't exist
Reproduction
Create a schedule that references a non-existant mode. It will fail at execution plan generation time instead of definition time
Dagit UI/UX Issue Screenshots
Additional Info about Your Environment
M
-
Updated
May 10, 2021 - Scala
-
Updated
May 10, 2021 - TypeScript
-
Updated
May 7, 2021 - Python
-
Updated
May 6, 2021 - PHP
-
Updated
Sep 30, 2019 - Python
-
Updated
May 7, 2021 - Scala
-
Updated
Dec 15, 2017 - Java
-
Updated
Aug 30, 2017 - Python
-
Updated
May 10, 2021 - Python
-
Updated
Nov 10, 2019 - Python
-
Updated
Aug 2, 2017 - Python
-
Updated
May 6, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Apr 7, 2018 - F#
-
Updated
May 4, 2021 - Python
-
Updated
Apr 25, 2021 - Python
It would be nice to have a function (and CLI command) to sweep through the DUC cache and verify the checksum of each object matches it's path in the cache. While this is certainly an expensive command to run, having confidence in the integrity of the cache is critical to DUC's success. Furthermore, letting the user control when expensive operations are run is a core philosophy of DUC.
-
Updated
Oct 24, 2018 - Jupyter Notebook
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Aug 3, 2020 - Jupyter Notebook
-
Updated
Apr 13, 2020 - Python
-
Updated
May 5, 2021 - Python
-
Updated
Jan 2, 2020 - Python
-
Updated
May 6, 2021 - Python
errors that occur in the server do not transmit to the server instead we get this generic errors:
ValueError: the execution of the pipeline failed, see _deployment logs for traceback
which doesn't help and is running on my nerves.
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Mar 23, 2017 - Python
-
Updated
Apr 12, 2021 - Python
Improve this page
Add a description, image, and links to the data-pipelines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-pipelines topic, visit your repo's landing page and select "manage topics."
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak