launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

fix: add duckdb sink for local #224

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 93.75% and project coverage change: +1.65% :tada:

Comparison is base (3e91ad6) 77.07% compared to head (f4bdecd) 78.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #224 +/- ## ========================================== + Coverage 77.07% 78.72% +1.65% ========================================== Files 91 103 +12 Lines 3346 3648 +302 ========================================== + Hits 2579 2872 +293 - Misses 767 776 +9 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [...ldflow/core/io/local/providers/duckdb\_providers.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvcHJvdmlkZXJzL2R1Y2tkYl9wcm92aWRlcnMucHk=) | `84.61% <84.61%> (ø)` | | | [buildflow/core/io/local/duckdb.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvZHVja2RiLnB5) | `87.50% <87.50%> (ø)` | | | [...core/io/local/strategies/duckdb\_strategies\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvc3RyYXRlZ2llcy9kdWNrZGJfc3RyYXRlZ2llc190ZXN0LnB5) | `91.80% <91.80%> (ø)` | | | [end\_to\_end\_tests/file\_stream\_local\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-ZW5kX3RvX2VuZF90ZXN0cy9maWxlX3N0cmVhbV9sb2NhbF90ZXN0LnB5) | `95.83% <95.83%> (ø)` | | | [...flow/core/io/local/strategies/duckdb\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvc3RyYXRlZ2llcy9kdWNrZGJfc3RyYXRlZ2llcy5weQ==) | `97.14% <97.14%> (ø)` | | | [buildflow/core/io/portable/table.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vcG9ydGFibGUvdGFibGUucHk=) | `88.88% <100.00%> (ø)` | | | [buildflow/core/types/local\_types.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvdHlwZXMvbG9jYWxfdHlwZXMucHk=) | `89.47% <100.00%> (+13.00%)` | :arrow_up: | | [end\_to\_end\_tests/conftest.py](https://app.codecov.io/gh/launchflow/buildflow/pull/224?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-ZW5kX3RvX2VuZF90ZXN0cy9jb25mdGVzdC5weQ==) | `100.00% <100.00%> (ø)` | | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/224/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.