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

move duckdb sink and expose local file stream source import #240

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.03% :warning:

Comparison is base (23d268c) 79.80% compared to head (5e75086) 79.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #240 +/- ## ========================================== - Coverage 79.80% 79.77% -0.03% ========================================== Files 138 139 +1 Lines 4903 4906 +3 ========================================== + Hits 3913 3914 +1 - Misses 990 992 +2 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [...dflow/core/io/duckdb/providers/duckdb\_providers.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZHVja2RiL3Byb3ZpZGVycy9kdWNrZGJfcHJvdmlkZXJzLnB5) | `84.61% <100.00%> (ø)` | | | [...low/core/io/duckdb/strategies/duckdb\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZHVja2RiL3N0cmF0ZWdpZXMvZHVja2RiX3N0cmF0ZWdpZXMucHk=) | `97.14% <100.00%> (ø)` | | | [...ore/io/duckdb/strategies/duckdb\_strategies\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZHVja2RiL3N0cmF0ZWdpZXMvZHVja2RiX3N0cmF0ZWdpZXNfdGVzdC5weQ==) | `91.80% <100.00%> (ø)` | | | [buildflow/core/types/duckdb\_types.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvdHlwZXMvZHVja2RiX3R5cGVzLnB5) | `100.00% <100.00%> (ø)` | | | [buildflow/io/duckdb/\_\_init\_\_.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2R1Y2tkYi9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [buildflow/io/duckdb/duckdb.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2R1Y2tkYi9kdWNrZGIucHk=) | `87.50% <100.00%> (ø)` | | | [buildflow/io/local/\_\_init\_\_.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2xvY2FsL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [buildflow/io/portable/table.py](https://app.codecov.io/gh/launchflow/buildflow/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3BvcnRhYmxlL3RhYmxlLnB5) | `80.64% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/240/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.