Skip to content

Commit c1646bf

Browse files
reorg and remove astronomer language
1 parent 1e8a6ea commit c1646bf

File tree

4 files changed

+67
-370
lines changed

4 files changed

+67
-370
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Tutorials can be found in the `Tutorials` folder. Example tutorials currently av
99
- [Creating a Hook](https://github.com/airflow-plugins/Getting-Started/blob/master/Tutorial/creating-hook.md)
1010
- [Creating an Operator](https://github.com/airflow-plugins/Getting-Started/blob/master/Tutorial/creating-operator.md)
1111
- [Adding UI Modifications](https://github.com/airflow-plugins/Getting-Started/blob/master/Tutorial/creating-ui-modification.md)
12+
13+
## Google Authentication
14+
Because Google Cloud Platform's authentication requires a keyfile for a service account, accessing tools like BigQuery from a containerized environment (without persistent local storage) can be somewhat complex. The GCP Base Hook solves this in Airflow 1.9 by allowing the contents of the keyfile to be put in an Airflow connection object but, for those still using 1.8 and lower, we've put together a quick tutorial on how to modify the existing hooks to as a workaround.
15+
1216
## Contributions
1317
If you have a plugin that you've built or nefariously acquired (no judgement), we'd be more than happy to have it added to the org. General guidelines for how to get your plugin into shape can be found [here](https://github.com/airflow-plugins/Getting-Started/blob/master/Contributing/contribution-guidelines.md).
1418

Tutorial/gcp_example/Google Big Query in Astronomer Cloud.ipynb

-234
This file was deleted.

Tutorial/gcp_example/Google+Big+Query+in+Astronomer+Cloud.md

-135
This file was deleted.

0 commit comments

Comments
 (0)