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

Migrate schema entity to RTK #40785

Merged
merged 17 commits into from
Apr 2, 2024
Merged

Migrate schema entity to RTK #40785

merged 17 commits into from
Apr 2, 2024

Conversation

ranquild
Copy link
Contributor

@ranquild ranquild commented Mar 29, 2024

Closes #40803
Closes #40805

How to verify:

  • CI is green

@ranquild ranquild added the no-backport Do not backport this PR to any branch label Mar 29, 2024
Copy link

replay-io bot commented Mar 29, 2024

Status Complete ↗︎
Commit d20c299
Results
1 Failed
⚠️ 14 Flaky
2376 Passed

@ranquild ranquild requested review from a team March 29, 2024 15:48
const schemaNames = await (getAll
? MetabaseApi.db_syncable_schemas({ dbId, ...args }) // includes empty schema
: MetabaseApi.db_schemas({ dbId, ...args }));
const schemaNames = getAll
Copy link
Contributor

Choose a reason for hiding this comment

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

new code is not clear in terms of what goes to if and what goes to else and why there is such distinguish

@ranquild ranquild removed the request for review from a team April 1, 2024 13:13
@ranquild ranquild enabled auto-merge (squash) April 1, 2024 19:12
@ranquild ranquild merged commit de322a1 into master Apr 2, 2024
106 of 107 checks passed
@ranquild ranquild deleted the rtk-schema-entity branch April 2, 2024 11:41
noahmoss pushed a commit that referenced this pull request Apr 3, 2024
rafpaf pushed a commit that referenced this pull request Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport Do not backport this PR to any branch .Team/QueryingComponents
Projects
None yet
Development

Successfully merging this pull request may close these issues.

segments schemas
2 participants