Skip to content

feat(gooddata-pandas): expose use_arrow and arrow_config on GoodPandas#1543

Merged
Martozar merged 1 commit intogooddata:masterfrom
Martozar:c.mze-cq-105
Apr 15, 2026
Merged

feat(gooddata-pandas): expose use_arrow and arrow_config on GoodPandas#1543
Martozar merged 1 commit intogooddata:masterfrom
Martozar:c.mze-cq-105

Conversation

@Martozar
Copy link
Copy Markdown
Contributor

Add use_arrow and arrow_config parameters to GoodPandas.init so callers no longer need to instantiate DataFrameFactory directly. data_frames() forwards both parameters when creating the factory. create_from_profile() deserializes arrow_config from a plain dict when the profile YAML contains it.

JIRA: CQ-105
risk: nonprod

Add use_arrow and arrow_config parameters to GoodPandas.__init__ so callers no longer need to instantiate DataFrameFactory directly. data_frames() forwards both parameters when creating the factory. create_from_profile() deserializes arrow_config from a plain dict when the profile YAML contains it.

JIRA: CQ-105
risk: nonprod
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 78.66%. Comparing base (6828bad) to head (30b388e).
⚠️ Report is 28 commits behind head on master.

Files with missing lines Patch % Lines
...gooddata-pandas/src/gooddata_pandas/good_pandas.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1543   +/-   ##
=======================================
  Coverage   78.66%   78.66%           
=======================================
  Files         230      230           
  Lines       15400    15405    +5     
=======================================
+ Hits        12114    12118    +4     
- Misses       3286     3287    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Martozar Martozar merged commit 3919cde into gooddata:master Apr 15, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants