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
{{ message }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Feedback from @lakshmanok (and this was also in our general longer-term roadmap)
The transformation section currently refers to a SQL query, but eventually we would like this to also refer to a python module. Scenario is as follows:
User creates a bq pipeline that populates a table on a nightly basis, and then wants to create daily reports or visualization via an arbitrary plotting library and logic defined in a previous cell. Would be great if the pipeline config can somehow refer to this and make it happen. This is a little tricky given that the pipeline's DAG is now a little more complicated.