1 Troubleshooting PRs
Chelsea Troy редактировал(а) эту страницу 2023-01-13 16:05:27 -06:00

Failures in:

Verify DAGs Up to Date

  • On changes to a DAG besides the one you're working on

Example: Screen Shot 2023-01-13 at 3 59 55 PM

.\bqetl dag generate <specific dag> only updates the task in the tag, even if it has dependencies. If those dependencies require updates, too, they also need to be generated. So you need to run the command again for the task that yours depends on.

Pull Down Private SQL Content

  • With an authentication error

Example: Screen Shot 2023-01-13 at 4 03 11 PM

If this happens and you haven't rebased in 48 hours, rebase. We're rotating authentication keys on a two-day basis, so yours are out of date. Of note: once you cannot authenticate, you may also see import errors in other CI steps:

Screen Shot 2023-01-13 at 4 04 55 PM