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
Yes, that solved it, thank you very much for this excellent extension!
I had hated using the GCP Dataform web UI for development. I prefer VScode and the dataform CLI. I had built some makefile rules around the dataform cli (e.g. to generate a dependency graph, view the schema of a source). Your extension greatly improves my workflow!
Can I suggest a feature? Dataform unit tests are not supported in GCP and even the cli dataform test command can be a bit tricky to debug errors in your test. It does not allow you to execute a single test and show the compiled query, the output and the expected output.
My makefile rule for the above (example usage make df-test-file name=TRANSFERS):
Originally posted by @IzakMaraisTAL in #94
The text was updated successfully, but these errors were encountered: