You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries in section 2.3 and 2.4 fail due to mismatches in table and project names respectively.
2.3
SELECT * FROM oda_raw_sensitive_zone.banking_customers_raw_customers WHERE DATE='2022-05-01' LIMIT 2
SELECT * FROM oda_raw_sensitive_zone.customers WHERE DATE='2022-05-01' LIMIT 2
2.4
SELECT * FROM dataplex-quickstart-labs.oda_curated_zone.retail_transactions_anomaly_detection LIMIT 2
SELECT * FROM dataplex-labs-$PROJECT_ID.oda_curated_zone.retail_transactions_anomaly_detection LIMIT 2
The text was updated successfully, but these errors were encountered:
Queries in section 2.3 and 2.4 fail due to mismatches in table and project names respectively.
2.3
SELECT * FROM oda_raw_sensitive_zone.banking_customers_raw_customers WHERE DATE='2022-05-01' LIMIT 2
SELECT * FROM oda_raw_sensitive_zone.customers WHERE DATE='2022-05-01' LIMIT 2
2.4
SELECT * FROM
dataplex-quickstart-labs.oda_curated_zone.retail_transactions_anomaly_detection
LIMIT 2SELECT * FROM
dataplex-labs-$PROJECT_ID.oda_curated_zone.retail_transactions_anomaly_detection
LIMIT 2The text was updated successfully, but these errors were encountered: