Re: [I] The logical date parameter for DAGRun is incorrect [airflow-client-python]

2023-11-04 Thread via GitHub
pierrejeambrun commented on issue #98: URL: https://github.com/apache/airflow-client-python/issues/98#issuecomment-1793521855 `datetime.utcnow()` gives the current time in UTC but is still TZ naive. You need to provide a timezone aware datetime, for instance `datetime.now(pytz.utc)`.

Re: [I] The logical date parameter for DAGRun is incorrect [airflow-client-python]

2023-11-04 Thread via GitHub
pierrejeambrun closed issue #98: The logical date parameter for DAGRun is incorrect URL: https://github.com/apache/airflow-client-python/issues/98 -- 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

Re: [I] The logical date parameter for DAGRun is incorrect [airflow-client-python]

2023-10-25 Thread via GitHub
junqilv commented on issue #98: URL: https://github.com/apache/airflow-client-python/issues/98#issuecomment-1779554271 The sanitize_for_serialization(cls, obj) function outputs an incorrect time format -- This is an automated message from the Apache Git Service. To respond to the message

[I] The logical date parameter for DAGRun is incorrect [airflow-client-python]

2023-10-25 Thread via GitHub
junqilv opened a new issue, #98: URL: https://github.com/apache/airflow-client-python/issues/98 `Exception when calling DAGRunAPI->post_dag_run: (400) Reason: BAD REQUEST HTTP response headers: HTTPHeaderDict({'Server': 'gunicorn', 'Date': 'Wed, 25 Oct 2023 15:29:05 GMT', 'Connection':