-
Notifications
You must be signed in to change notification settings - Fork 1
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
Change checkpoint's table DDL, set column measured_by_atum_agent to have NOT NULL constraint with DEFAULT FALSE #242
Labels
enhancement
New feature or request
Comments
Why is the default |
ABLL526
added a commit
that referenced
this issue
Feb 21, 2025
…ave NOT NULL constraint with DEFAULT FALSE #242 Made changes: 1. Changed the value of measured_by_atum_agent in Checkpoints DDL to NOT NULL. 2. Changed the value of measured_by_atum_agent in Checkpoints DDL to DEFAULT FALSE. 3. Changed the value of measured_by_atum_agent in Write Checkpoints to DEFAULT FALSE. 4. Changed the tests to accommodate this change, it has been tested successfully.
I have made the changes but I made the default FALSE. I can always change it to true, |
ABLL526
added a commit
that referenced
this issue
Feb 21, 2025
…ave NOT NULL constraint with DEFAULT FALSE #242 Made changes: 1. Changed the value of measured_by_atum_agent in Checkpoints DDL to NOT NULL. 2. Changed the value of measured_by_atum_agent in Checkpoints DDL to DEFAULT FALSE. 3. Changed the value of measured_by_atum_agent in Write Checkpoints to DEFAULT FALSE. 4. Changed the tests to accommodate this change, it has been tested successfully. 5. Made changes to the WriteCheckpoint.scala files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change checkpoint's table DDL, set column measured_by_atum_agent to have NOT NULL constraint with DEFAULT FALSE
The text was updated successfully, but these errors were encountered: