Doino Gretchenliev
Doino Gretchenliev
**Provider Version** 0.34.0 **Terraform Version** 0.14.2 **Describe the bug** When you create a table with columns using alias data types like SMALLINT, Snowflake replaces those aliases with the actual data...
It's possible to populate a Snowflake table with initial data while creating it. For example: ``` CREATE OR REPLACE TABLE BACK.TO_THE.FUTURE ( destination_time DATE, present_time DATE ) AS SELECT TO_DATE('1985-10-26'),...
I'm using the following code: ```python import creedsolo as rs prim = rs.find_prime_polys(c_exp=12, fast_primes=False, single=True) rs.init_tables(prim=prim, c_exp=12) ``` The error thrown is: ``` c_gf_log, c_gf_exp, c_field_charac = rs.init_tables(prim=prim, c_exp=12) File...
The underlaying `ruamel.yaml` library is wrongfully detecting `ipam` map as `CommentedSeq` and so the regex match, inside `fix_sexadecimal_numbers`, is failing when trying to process `ordereddict([('subnet', '172.16.0.0/16')])` instead of string object....
Timezone is not set on the user when the user is created via the API: ``` curl -XPOST \ -H "Content-Type: application/json" \ --data '{"EMAIL":"[email protected]", "TIMEZONE": "EST"}' \ 'https://mailtrain.example.com/api/subscribe/QwRkgatmts?access_token=secret' ```...
### Describe the bug I'm using confirm_device to enable trust device. When MFA enforcement is set to Require MFA on the user pool, the confirm_device is successful. When it's set...