-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Tasks v1 readiness part3 #3202
Conversation
bfb6ad7
to
6e67976
Compare
Integration tests failure for 6e6797665fade52bcc7291e984122477fdf28951 |
Integration tests failure for 6e6797665fade52bcc7291e984122477fdf28951 |
Integration tests failure for bbba62e318a8b5d13a86469ac4dfe0b24a0af205 |
bbba62e
to
dcc89cd
Compare
Integration tests failure for dcc89cdf3b2fb0d97b34839ccc3f347c9a0a43cc |
Type: schema.TypeString, | ||
Optional: true, | ||
DiffSuppressFunc: IgnoreChangeToCurrentSnowflakeValueInShow("config"), | ||
Description: "Specifies a string representation of key value pairs that can be accessed by all tasks in the task graph. Must be in JSON format.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add it to the config that $$
is added automatically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean, does it matter what happens underneath on such low level? I'm not sure, I would say the most important info is that the accepted format should be in JSON.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But someone may think that it needs to be wrapped in $$
, and then the config would be double-wrapped, right?
Integration tests failure for c03f171dcb2730b11456cb0e548406c403f9cfa4 |
Integration tests failure for 02245594c3997fe1e14fba76537526ee456dc60c |
as
field) - feat: Task resource v1 readiness #3113 (comment)