-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to support more dbs #20
base: master
Are you sure you want to change the base?
Conversation
private const BYODB_DATABASES = [ | ||
'coates' => [ | ||
'db_replica_prefix' => 'COATESAWSUS', | ||
'db_prefix' => 'KEBOOLA', | ||
'account' => 'COATES', | ||
'region' => 'AWS_US_EAST_1', | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ondrajodas what do you think of this approach?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ondrajodas co myslis, mam pokracovat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
podle mě tohle nemusíš vůbec dělat, stačí to co je na ř. 42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nevím čeho by si chtěl tímhle dosáhnout? co vlastně potřebuješ udělat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tenhle na ř. 42 je Target DB.
Ale source DB je BYODB na connection.keboola.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ondrajodas migrujem z byodb do single tenant.
No description provided.