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

Skip tasks or error out when resources are missing #351

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. Skip tasks or error out when resources are missing

    - If tasks are selected with --task or --task-filter and a needed
      resource is missing, we now error out.
    - If tasks are not specifically selected, we now only run tasks for
      which resources are available (and error out if no resources exist
      at all)
    - If --allow-missing-resources is passed, we skip both above checks
      and do historical behavior of running any given task with zero input
      rows (which pushes up a schema, cleans up the delta lake, and stamps
      the resource as complete in the completion tracking tables).
    mikix committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    96442bc View commit details
    Browse the repository at this point in the history