Silver 1
Since ‎05-10-2023
3 weeks ago

My Stats

  • 36 Posts
  • 4 Solutions
  • 29 Likes given
  • 34 Likes received

DataEngineer's Bio

Badges DataEngineer Earned

View all badges

Recent Activity

Greetings!This morning I went to update a schedule for a workflow configuration and was met with an error that my cron job schedule was no longer valid. This is despite the fact it's been functioning without issue since its inception 12 months ago.Er...
This is what worked in 2.8.4 config { type: "assertion", tags: ["pos"], dependencies: ["s_o_t-member_sale_outs_units_drop_log"] } I now get this error:> Action target names cannot include '.'------------In a different sqlx, this was working in 2.8.4 ...
I frequently get BigQuery log entries for these types of errors during Dataform executions. Even though this error is thrown the table execution completes successfully and is not visible in the Dataform Execution Logs. These errors are thrown seeming...
I have several alerting policies set up to monitor BigQuery and they send email notifications when fired.On Wednesday Jan 24th the formatting of the email notification changed and log match conditions are no longer being included in the body of the e...
When Dataform was first released as General Availability, built-in assertions (uniqueKey, nonNull,...) were actually run in a workflow as dependencies to whatever table they were attached to and run before the table was built.At some point in the rec...