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

Queries in Module 6 - Discovery fail due to mismatches #25

Open
brodiemackenzie opened this issue Mar 21, 2023 · 2 comments
Open

Queries in Module 6 - Discovery fail due to mismatches #25

brodiemackenzie opened this issue Mar 21, 2023 · 2 comments

Comments

@brodiemackenzie
Copy link

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

@brodiemackenzie
Copy link
Author

3.3.2
SELECT * FROM oda_raw_sensitive_zone.banking_customers_raw_customers LIMIT 2;
SELECT * FROM oda_raw_sensitive_zone.customers LIMIT 2;

@brodiemackenzie
Copy link
Author

3.4.2 Screenshot doesn't match query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant