then astro dev start without issues. I could see the connection google_cloud_default in Admin>Connections but somehow the “Project ID” field is not populated. Anything wrong with the yaml above? I was thinking I may have used a wrong key on “project_id”, but can’t be sure - this spec here isn’t super helpful either.
Hi @shawnx! You should be able to add a conn_extra field and then the project_id under it. Here’s an example of what your airflow_settings.yaml might look like:
No error complaints on >astro dev start, and I can see the connection in airflow UI, but when I dig into the setting in “Admin > Connections”, I see “Project Id” still empty. Anything I did wrong?
Also, (maybe a n00b question) how did you get into airflow CLI and be able to run >airflow connections --add ...? Thanks
Hello, you need to put all as JSON under conn_extra.
Make sure you put the JSON between quotes and have double quotes inside the JSON.
If you put the keyfile_dict value, you also need to put it as JSON as one line- escape every quote (") and other characters like New Line (\n)