potiuk commented on issue #20442: URL: https://github.com/apache/airflow/issues/20442#issuecomment-998840593
You are likely passing the param the value "NoValueSentinel` which is something that was used in the past to determine "NoValue", But in 2.2.2 you do not need it any more. you should simply skip that parameter rather than pass "NoValueSentinel' How do you trigger your dags with params? Which system generates the parameters? I guess it is your system so you should fix it there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
