-
Updated
May 18, 2022 - Python
data-modeling
Here are 371 public repositories matching this topic...
-
Updated
Mar 5, 2020 - Python
-
Updated
May 18, 2022 - Java
-
Updated
Apr 9, 2022 - Java
faldbt object already has access to the manifest; we need to pass it here in the exec method. We probably want to pass the dbt manifest directly rather than the fal wrapper as we dont want the fal wrapper to be our public api.
The way it is now:
If collecting commit data fails due to a git checkout error (e.g. permissions error on the repo directory, missing git executable, etc.), the Repo nevertheless gets marked as "Update" and no attempt is made to ever check out the repo again.
The way it should be:
If a worker can't check out a git repo, or can't extract data from it, it should keep retrying until the situ
-
Updated
May 13, 2022 - TypeScript
-
Updated
Apr 11, 2022 - Ruby
-
Updated
Apr 19, 2018 - JavaScript
-
Updated
May 18, 2022 - TypeScript
-
Updated
Mar 16, 2022 - PLpgSQL
-
Updated
Aug 7, 2019 - Jupyter Notebook
-
Updated
Mar 15, 2022 - Jupyter Notebook
-
Updated
Dec 16, 2021
-
Updated
May 10, 2022 - Python
Tools/Apache Spark
https://github.com/JPHaus/data-engineering-wiki/blob/main/Tools/Apache%20Spark.md
This note is a seedling and is a great place to make your first contribution!
Concepts/Full Load
Describe the bug
Tutorial 1 invites the reader to generate a Turtle file from the YAML example, but the output of the command does not match the output shown in the tutorial (or the data.ttl provided in the repo).
To Reproduce
- Go to Tutorial 1 and to the corresponding [`tutoria
-
Updated
Dec 30, 2020
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
May 13, 2022
-
Updated
Mar 3, 2022 - Python
-
Updated
Aug 21, 2018 - JavaScript
-
Updated
Mar 29, 2022 - PLpgSQL
Similar requests
- I have searched and found no existing similar requests
How are you using Studio?
Legend Studio
What problems are you trying to solve?
Right now, Studio allows users to make duplication mistakes without any sort of warnings because we rely on engine to throw compilation errors, however, this does not seem to be the case (but that's a separate issue that w
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
Feb 15, 2018
-
Updated
Nov 12, 2018 - Python
-
Updated
Nov 5, 2018 - Python
Improve this page
Add a description, image, and links to the data-modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-modeling topic, visit your repo's landing page and select "manage topics."
Describe the bug
We have validation methods that return objects containing Optional collections of issues and things of that nature. In particular, the ModelBuildResult has an optional "issues" tuple which gets populated with a tuple of validation errors whenever validation runs. Making this optional leads to callsite shenanigans like this: