Jorge Gallegos
|
63d7025012
|
Let fields be sent raw in table schema definition
As per https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#TableFieldSchema
the `fields` attribute can recursively define more fields if the `type`
attribute is RECORD. There is no way to define recursive argument spec
in ansible modules, but if sent as `raw`:
> The raw type, performs no type validation or type casting, and maintains the type of the passed value.
(from https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#argument-spec)
Which works for what we're trying to accomplish here.
Also added integration test for this change
|
2025-06-27 12:15:39 -06:00 |
|
Chris Hawk
|
4ee4cc60b5
|
Enable required YAML lint rules and fix results
|
2025-01-14 15:15:59 -08:00 |
|
Chris Hawk
|
08ada5354d
|
fix: upgrade ansible version, address test and lint errors
|
2023-11-17 16:39:42 -08:00 |
|
Chris Hawk
|
bf74697b3f
|
feat: add support for using application default credentials when running integration tests
|
2023-11-09 16:34:51 -08:00 |
|
The Magician
|
fe79a8b1e1
|
Add generator information to generated resources (#5016) (#449)
Signed-off-by: Modular Magician <magic-modules@google.com>
|
2021-07-29 18:41:37 -05:00 |
|
Alex Stephen
|
563fb4cf96
|
ansible node group
Signed-off-by: Modular Magician <magic-modules@google.com>
|
2019-10-02 19:43:24 +00:00 |
|
Alex Stephen
|
516fada880
|
Adding namespace on integration tests + examples
Signed-off-by: Modular Magician <magic-modules@google.com>
|
2019-09-30 22:08:25 +00:00 |
|
Alex Stephen
|
6e397c7e4c
|
Ansible test refactor (preparing for custom tests)
Signed-off-by: Modular Magician <magic-modules@google.com>
|
2019-09-10 21:45:03 +00:00 |
|
Alex Stephen
|
d7f9a2782f
|
moving tests
|
2019-09-05 15:10:46 -07:00 |
|