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

Define event_monitoring_live_v1 views in view.sql files #4576

Merged
merged 18 commits into from
Dec 8, 2023

Commits on Nov 16, 2023

  1. Define event_monitoring_live_v1 views in view.sql files.

    So they get automatically deployed by the `bqetl_artifact_deployment.publish_views` Airflow task.
    sean-rose committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    344c091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb4abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a472eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08da23b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb7e0c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de673f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Don't try to overwrite existing event_monitoring_live_v1 views on d…

    …eployment.
    
    BigQuery doesn't currently allow us to replace existing materialized views.
    sean-rose committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4372bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe99b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Use regular expression to extract view ID in view naming validation.

    This simplifies the logic and avoids a sqlparse bug where it doesn't recognize the `MATERIALIZED` keyword.
    sean-rose committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    12808ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6651b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c3944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb8007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6ee23f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    cd79f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83abad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e0774d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    601207f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    b81b482 View commit details
    Browse the repository at this point in the history