We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Issue: CAL-ITP-DATA-INFRA-14J8
DbtTestWarn: test.calitp_warehouse.not_null_fct_daily_schedule_feeds_gtfs_dataset_key.27c1f8f0d2 - Got 7056 results, configured to warn if != 0
Table: mart_gtfs.fct_daily_schedule_feeds Column: gtfs_dataset_key (from int_transit_database__urls_to_gtfs_datasets) error_if: ">10000"
Failing because of 7,056 records with null gtfs_dataset_key
select * from mart_gtfs.fct_daily_schedule_feeds where gtfs_dataset_key is null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sentry Issue: CAL-ITP-DATA-INFRA-14J8
Table: mart_gtfs.fct_daily_schedule_feeds
Column: gtfs_dataset_key (from int_transit_database__urls_to_gtfs_datasets)
error_if: ">10000"
Failing because of 7,056 records with null gtfs_dataset_key
The text was updated successfully, but these errors were encountered: