[Feature/Addition] BigQuery get_columns_list() using information schema #909
Labels
enhancement
Impact - something should be added to or changed about Parsons that isn't causing a current breakage
A BigQuery version of
Redshift.get_columns_list()
leveraging the information schema to save costs.Detailed Description
Idea here is to get same result as
get_columns_list()
, but without querying the table directly to save money in BigQuery!Context
TMC leverages this function a lot in Redshift, so we'd like it in BigQuery too!
Possible Implementation
Shared above.
Priority
High
CC: @shaunagm as this may be duplicative of other issues on bringing BigQuery up to parity with Redshift
The text was updated successfully, but these errors were encountered: