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
invalid property 'initially_suspended' for 'WAREHOUSE' snowflake.connector.errors.ProgrammingError: 001420: failed to execute sql, [ALTER WAREHOUSE TITAN_TEST_WH SET initially_suspended = True]
Also, why would titan want to modify this warehouse since it was already created in the previous apply, and I didn't change anything on it? SHOW PARAMETERS FOR WAREHOUSE TITAN_TEST_WH (3 rows, 0.12s)
The text was updated successfully, but these errors were encountered:
@neehhaa06 as a suggestion, I think Titan should have the following workflow. If warehouse exists, exclude initially_suspended parameter. That's point 1. Point number 2 is: why does it want to alter the existing warehouse when I didn't modify its resource definition in the first place? This seems like a bug to me.
@neehhaa06 what configuration can I check precisely? There are no logs to check for debugging purposes, as far as I can tell. And there is no configuration for the blueprint other than run_mode which is set to create-or-update.
This is my existing warehouse:
And these are the logs from the plan:
However, if I also run SHOW PARAMETERS FOR WAREHOUSE TITAN_TEST_WH; we can only see:
which is probably not sufficient for Titan to know what the actual rest of the parameters of the warehouse are.
invalid property 'initially_suspended' for 'WAREHOUSE'
snowflake.connector.errors.ProgrammingError: 001420: failed to execute sql, [ALTER WAREHOUSE TITAN_TEST_WH SET initially_suspended = True]
Also, why would titan want to modify this warehouse since it was already created in the previous apply, and I didn't change anything on it?
SHOW PARAMETERS FOR WAREHOUSE TITAN_TEST_WH (3 rows, 0.12s)
The text was updated successfully, but these errors were encountered: