Bronze 3
Since ‎01-18-2024
2 weeks ago

My Stats

  • 15 Posts
  • 0 Solutions
  • 4 Likes given
  • 22 Likes received

valentiniacov's Bio

Badges valentiniacov Earned

View all badges

Recent Activity

Hello Community,I have the following situation in my project: More than one Dataform workflows under the same tag name. All of them merge data from a table to another table(different tables in each Dataform workflow).My question is: in any possibilit...
Hello Community,I am building a validation process for checking whether a .csv file was successfully ingested into a BQ table. I have a BQ table: ingestion_status(table_name, status, ingestion_date) that maintains the ingestion status of the incoming...
Hello Community,I have the following scenario:1. Ingest daily multiple .csv files into designated BQ tables (each .csv file goes into its own table).2. After each file is ingested write the result(success or failure) of .csv file in a BQ table (valid...
Hello Community,I have the following question:In a GCP Dataform workspace lets say you have an .sqlx "operations" fileconfig { type: "operations", tags: ["someTag"]} You have the following: SELECT a,b,c d from table This sql code is incorrect, we got...
Hello everyone,I will present the challenge I have.I need to keep two BQ tables: a raw table that gets populated daily with content from a .csv file and a stage table that is merged daily with the raw table. In both these 2 tables I have 2 timestamp ...