josh_lloyd
11/18/2021, 6:56 PMprimary_key_required: false
in the target-snowflake
config, I get the expected behavior. But if I put TARGET_SNOWFLAKE_PRIMARY_KEY_REQUIRED=false
as an environment variable into the run then it acts as if the value is true
. What’s the workaround here?pat_nadolny
11/18/2021, 7:02 PMkind: boolean
in the setting for primary_key_required? It might be grabbing it as a string by default because it doesnt know the typejosh_lloyd
11/18/2021, 7:05 PM