-
Notifications
You must be signed in to change notification settings - Fork 4
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
Define db sqlalchemy #15
Conversation
Coverage Report
|
All of the added tests fail. I'm not sure why the check is reporting success. |
I found the "tests failing but the jobs passes problem". tee eats the exit code, so as long as it writes the output then the command "succeeds". We need to change line 45 in the github project to something like |
yes, i'll add this! |
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.
I think it's fine as an initial pass. Still lots of open questions. I think this may be stuck for the same reason S3 is stuck, pending how Airflow integrates with it. Will we be initializing the DB with a python package like this? Or does Airflow handle DB setup and init?
I don't mind merging this in the meantime. ⏳
when it's fitting, i'd like to have a deeper discussion about the data model given the pivot to Airflow. EDIT: let's merge this as we have no reason not to |
I don't think we'll use a python package like this for DB setup and init. Based on what i've read it looks like the only kind of DDL expected from us is to create a database and user with the necessary privileges for airflow to use ( and possibly updating |
b76dee4
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.
⌛ ⌛
Pull Request
Related to 4400
About
PR TASKS