Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for deprecated metadata.get_table_schema #349

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

BAPCon
Copy link
Contributor

@BAPCon BAPCon commented Mar 15, 2024

Fixes the bug described in #314
Adds test case in tests\test_api_table

Fixes the bug described in gtalarico#314
Adds test case in `tests\test_api_table`
Issue during checks due to including a type in the test function
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (bbcd7ae) to head (1b3f592).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #349   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          25       25           
  Lines        2025     2025           
=======================================
  Hits         2017     2017           
  Misses          8        8           

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

@mesozoic
Copy link
Collaborator

Do we need to fix this bug? I'd planned on removing this module in the 3.0 release, and Table.schema() offers equivalent functionality without this limitation.

@BAPCon
Copy link
Contributor Author

BAPCon commented Mar 15, 2024

Not sure, I figured since #314 was still open and had been updated/labeled as bug that we were looking to fix it. I figure if the deprecated feature is still active that a bugfix make sense, but it's up to you!

@mesozoic
Copy link
Collaborator

Can't hurt to close the ticket, then. I'll merge it and do one more bugfix release before 3.0. Thanks for contributing!

@mesozoic mesozoic merged commit 4b3965c into gtalarico:main Mar 15, 2024
9 checks passed
mesozoic added a commit to mesozoic/pyairtable that referenced this pull request Mar 18, 2024
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