[
https://issues.apache.org/jira/browse/AIRFLOW-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iuliia Volkova updated AIRFLOW-2887:
------------------------------------
Description:
In BigQueryBaseCursor exist only:
def delete_dataset(self, project_id, dataset_id)
And there are no hooks to
create([https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/insert)]
and update datasets
([https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/update])
[~kaxilnaik], or I'm not right?
If it's so, could I add methods and operators for those actions?
was:
In BigQueryBaseCursor exist only:
def delete_dataset(self, project_id, dataset_id)
And there are no hooks to
create([https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/insert)]
and update datasets
([https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/update])
[~kaxilnaik], or I'm not right?
If it's so, could I add methods and operators for those actions?
> Add to BigQueryBaseCursor methods for creating and updating datasets
> --------------------------------------------------------------------
>
> Key: AIRFLOW-2887
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2887
> Project: Apache Airflow
> Issue Type: New Feature
> Reporter: Iuliia Volkova
> Assignee: Iuliia Volkova
> Priority: Minor
>
> In BigQueryBaseCursor exist only:
> def delete_dataset(self, project_id, dataset_id)
> And there are no hooks to
> create([https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/insert)]
> and update datasets
> ([https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/update])
> [~kaxilnaik], or I'm not right?
> If it's so, could I add methods and operators for those actions?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)