Adam Azzam
Adam Azzam
obviated by https://github.com/PrefectHQ/prefect/pull/14172
👋! I suspect our Snowflake integration could use a bit more love altogether, but I'd like to see us return a true connector object rather than build twins of all...
Largely related to client (pydantic-)basemodel imports, see e.g. #15046
@pleek91 and @znicholasbrown I think this may have been addressed in a related PR not listed here since the default behavior is now to anchor the cards to the bottom....
Hey @aeisenbarth! That's for the reproducible example, I can confirm it also throws an error on my end. I have 👀 on this!
Hey @aeisenbarth! Did some digging, if you: - serialize your model to a dict while passing it to parameters: `run_deployment(name=deployment_name, parameters=dict(parameters=parameters.model_dump()))` - or pass parameters directly without `dict`'ing them: `run_deployment(name=deployment_name,...
Hey @jeremy-thomas-roc! Sorry for any confusion -- that tag is for our team's internal understanding of the issue. I was "first responder" so-to-speak and couldn't reproduce immediately so I tagged...
@cicdw as of Pydantic V2 field order reliably dictates schema field order, so delivering on this should fall out of our earnest pydantic migration that will land in our next...
wait does this require db migrations @chrisguidry ?
@desertaxle made substantial progress on this issue for Prefect 3 in https://github.com/PrefectHQ/prefect/pull/14651