Acehaidrey commented on pull request #8702:
URL: https://github.com/apache/airflow/pull/8702#issuecomment-624416839
@jhtimmins @dimberman thank you both for your feedback.
I would really like that as well but I'm sorry I'm not seeing how to do this
exactly.
Say a user has an execution_date_fn be
```
def myfunc(dt):
print(dt)
```
So they pass this to the operator. Now in the operator execute code that we
are making the changes, in the
```
def _handle_execution_date_fn(self, execution_date=None, context={})
```
I will be passing both from the execute method, date and context. But how do
I know from the users point of view, if they were expecting the execution_date
or the context.
Does that make sense? It could be obvious but I'm not seeing how to
implement this so any help on this would be great.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]