Skip to content
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

Merged
merged 11 commits into from
Apr 12, 2023
Merged

Privacy changes #11

merged 11 commits into from
Apr 12, 2023

Conversation

masterlittle
Copy link

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • New Query Runner (Data Source)
  • New Alert Destination
  • Other

Description

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

@@ -82,6 +81,69 @@ def get(self, query_id):
scheduled_queries_executions = ScheduledQueriesExecutions()


class PolicyTag(db.Model):

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?

Copy link
Author

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.

  1. Not very familiar with alembic.
  2. These are all new tables so nothing will break.

For any new setup in a db, these will be created automatically.

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Will do

masterlittle added 4 commits April 1, 2023 14:44
Enable auto limit for bigquery
Show slots in bigquery queries in UI
Fix docker-compose.yml by adding postgres container name
@masterlittle masterlittle merged commit f2a98c7 into feature/release-9.0.0 Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants