-
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
Privacy changes #11
Privacy changes #11
Conversation
@@ -82,6 +81,69 @@ def get(self, query_id): | |||
scheduled_queries_executions = ScheduledQueriesExecutions() | |||
|
|||
|
|||
class PolicyTag(db.Model): |
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.
How is migration being run? Is it running automatically?
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.
Will have to run these manually right now.
- Not very familiar with alembic.
- These are all new tables so nothing will break.
For any new setup in a db, these will be created automatically.
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.
Then checkin a SQL file. will all the create table queries.
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.
Yes. Will do
Enable auto limit for bigquery Show slots in bigquery queries in UI Fix docker-compose.yml by adding postgres container name
What type of PR is this? (check all applicable)
Description
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)