-
https://github.com/abhishek-ch/around-dataengineering/blob/master/docs/how_to_choose_db.md
@abhishek-ch Hi. May I ask what tool you're using to draw such graph ?
-
### Issue description
Our team publishes our python libraries as .whl files to our private artifactory repository. I am trying to package one of our libraries with `extras`. Some of the extras incl…
-
The documentation on the Pulsar website isn't up-to-date.
https://pulsar.apache.org/docs/3.1.x/helm-deploy/
Some gaps where brought up here:
https://www.reddit.com/r/dataengineering/comments/19dr…
-
* with dbt there's some interesting testing that can be added
* https://medium.com/@samzamany/unit-testing-in-data-engineering-a-practical-guide-91196afdf32a
* https://laredoute.io/blog/test-driven…
-
https://github.com/PranatPattanakude/DataEngineering-Workshop2/blob/main/docs/dockerizing_project.md
docker-compose up --buld -d --> docker-compose up --build -d
-
**Affected module**
I believe that this issue is due to the ingestion.
**Describe the bug**
I have few departments:
* data-engineering
* data-analytics
When I run dbt ingestion, the correspo…
-
Hi,
I'm struggling to run even a basic ETL test from docs. Using fresh installation NBi.Framework (1.22).
Tests are executed on SQL Server machine.
Any hints what could be wrong here?
```xml
…
-
**What is the feature or improvement you would like to see?**
Steiner Tree problem is one of the 21 NP-Complete problem suggested by Richard Karp. For a given graph G(V,E), Steiner tree is a tree whi…
-
**Is your feature request related to a problem? Please describe.**
Pandera currently has integrations with two orchestrators: Flyte and Dagster. Airflow is currently unsupported, and its users woul…
-
**Is your feature request related to a problem? Please describe.**
Transforming data within a Database (input/output is the same database) with Spark is inefficient, as we need to read the data from …