Skip to main content

ascii_library.utils.asset_loader module

ascii_library.utils.asset_loader.load_assets(prefix, root_dir, git_url='https://github.com/ascii-supply-networks/research-space.git', git_branch='main', make_error_sensor=True, ascii_dagster_deployment_url='https://orchestration.ascii.ac.at')

Load assets from the ascii_library definitions folder.

Args: : root_dir (str): The root directory of the respective dagster codelocation project.

  • Parameters:
    • prefix (str)
    • root_dir (str)
    • git_url (str)
    • git_branch (str)
    • make_error_sensor (bool)
    • ascii_dagster_deployment_url (str)