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

DM-47256: Remove apply_schema_to_tables flag #120

Merged
merged 3 commits into from
Dec 9, 2024
Merged

Conversation

JeremyMcCormick
Copy link
Collaborator

@JeremyMcCormick JeremyMcCormick commented Dec 6, 2024

This flag is redundant, because enabling apply_schema_to_metadata on the MetaDataBuilder will already result in the tables being associated to the schema correctly.

Checklist

  • Ran Jenkins
  • Added a release note for user-visible changes to docs/changes

@JeremyMcCormick JeremyMcCormick requested a review from gpdf December 6, 2024 21:32
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.88%. Comparing base (d239b8a) to head (4fb1013).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
- Coverage   92.89%   92.88%   -0.01%     
==========================================
  Files          23       23              
  Lines        2884     2880       -4     
  Branches      290      289       -1     
==========================================
- Hits         2679     2675       -4     
  Misses        118      118              
  Partials       87       87              

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

This flag is redundant, because enabling the apply_schema_to_metadata
flag will already result in the tables being associated to the schema.
Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one minor question.

docs/changes/DM-47256.removal Outdated Show resolved Hide resolved
@JeremyMcCormick JeremyMcCormick changed the title tickets/DM-47256: Remove apply_schema_to_tables flag DM-47256: Remove apply_schema_to_tables flag Dec 9, 2024
@JeremyMcCormick JeremyMcCormick merged commit a0307b2 into main Dec 9, 2024
16 checks passed
@JeremyMcCormick JeremyMcCormick deleted the tickets/DM-47256 branch December 9, 2024 20:09
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.

3 participants