Vivek Gandhi
04/18/2023, 1:05 PMTim Castillo
04/18/2023, 1:13 PMVivek Gandhi
04/18/2023, 2:03 PMTim Castillo
04/18/2023, 2:05 PMins
argument of the @asset
decorator, like here: https://github.com/dagster-io/biweekly-demo/blob/a71c0b7e6bbf94b2929e2fba635633fe7b2a8a82/my_project/assets/forecasting/forecasting.py#L11Vivek Gandhi
04/18/2023, 2:33 PMTim Castillo
04/20/2023, 6:46 PMins
is being able to access assets from other modules explicitly.
Here's a simple example on how to use: https://github.com/dagster-io/biweekly-demo/blob/a71c0b7e6bbf94b2929e2fba635633fe7b2a8a82/my_project/assets/forecasting/forecasting.py#L11
It uses ins
to grab the asset ben/continent_population
from the population
module.