Skip to content

ENH: Handling of dates #967

@hmgaudecker

Description

@hmgaudecker

We still have an ad-hoc evaluationsjahr in the taxes & transfers DAG. Here is the discussion from #960
:

graph TD;
    date_str --> date;
    evaluation_date_str --> evaluation_date;
    date --> evaluation_date;
    date --> policy_date;
    policy_date_str --> policy_date;
Loading

All these would live in the interface DAG, the evaluation date would also go into the taxes & transfers DAG. The str variables would be inputs, the others functions. Raise an error if both date and either specific date are passed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions