-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
extract-jdbc: refactor constants #44482
extract-jdbc: refactor constants #44482
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
/approve-and-merge reason="nobody else understands this code yet, nobody else uses it yet" |
As it turns out, we can't stuff whatever we want in a
metadata.yaml
file, or airbyte-ci will complain. This means that theDefaultJdbcSharedState
constants need to be defined in anapplication.yml
file (the Micronaut default). This PR also cleans upDefaultJdbcSharedState
constants definition and makes it injectable