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
In the above example, inner fields element requires a list of dictionaries, while in ansible google.cloud collection it requires a list of strings:
I can't figure out how to let the above example work in ansible, as I don't understand if this is a missing feature or if I am missing something. In the second case, will it be possible to have an example on how to fill the inner schema using gcp_bigquery_table module?
SUMMARY
I'm trying to create a table with a nested schema, using gcp_bigquery_table module
The json schema looks like this (as per Google Api format):
In the above example, inner fields element requires a list of dictionaries, while in ansible google.cloud collection it requires a list of strings:
I can't figure out how to let the above example work in ansible, as I don't understand if this is a missing feature or if I am missing something. In the second case, will it be possible to have an example on how to fill the inner schema using gcp_bigquery_table module?
ISSUE TYPE
COMPONENT NAME
gcp_bigquery_table
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
STEPS TO REPRODUCE
Create a sample playbook that creates a table, schema structure it as follows:
EXPECTED RESULTS
Table is created
ACTUAL RESULTS
Table is not created
The text was updated successfully, but these errors were encountered: