John Boyle
06/09/2022, 7:12 AMError: MyAssetJob cannot be executed with the provided config. Please fix the following errors:
Then it shows the scaffold version of my config.
so I feel like I'm missing some core concept.
ideally if there is a problem with the config, it would at least pop up the Launchpad (configure asset) screen, but in the situation where I'm just trying to Materialize a selected downstream asset, I wish it would use the yaml config that I used for the upstream asset run config.Error: MyAssetJob cannot be executed with the provided config. Please fix the following errors:
Missing required config entry "resources"
the downstream assets do not have any per op config, just normal context that includes a resource (which is included via the required_resource_keys={"myresource"} in the asset decorator.
if I go to the upstream asset run and copy the config that I used for that run, then go back to the job overview screen and paste in the yaml into the Launchpad, and then try to selectively materialize the downstream asset, I get the same issue.
my root issue, I think, is that I don't know how to pass in the config_schema for the downstream assets to be able to selectively materialize using the same config_schema as the upstream asset.sean
06/10/2022, 4:11 PMJohn Boyle
06/15/2022, 3:46 AM