Boa noite , eu estou com um erro no airflow que no momento que construo minha url pelo DAG , como fiz no vídeo eu estou usando os parametros de start_time e end_time com as variáveis do jinja , mas qnd faço a formatação do padrão do twiter :
(start_time="{{ data_interval_start.strftime('%Y-%m-%dT%H:%M:%S.00Z') }}", )
, minha url esta ficando destorcida, ja fiz o teste rodando no python direto e funciona normal sem o arquivo do DAG , mas qnd uso o DAG não esta formatando a data com a função strftime, teve alguma mudança , tem algum ajuste pra ser feito ?
[2024-06-19, 03:53:20 UTC] {local_task_job_runner.py:120} ▶ Pre task execution logs
[2024-06-19, 03:53:21 UTC] {base.py:84} INFO - Using connection ID 'twitter_default' for task execution.
[2024-06-19, 03:53:21 UTC] {twitter_hook.py:35} INFO - URL : https://labdados.com/2/tweets/search/recent?query=datascience&tweet.fields=author_id,conversation_id,creted_at,id,in_replay_to_user_id,public_metrics,lang,text&expansions=author_id&user.fields=id,name,username,creted_at&start_time={{ data_interval_start.strftime('%Y-%m-%dT%H:%M:%S.00Z') }}&end_time={{ data_interval_end.strftime('%Y-%m-%dT%H:%M:%S.00Z') }}
[2024-06-19, 03:53:22 UTC] {http.py:199} ERROR - HTTP error: Bad Gateway
[2024-06-19, 03:53:22 UTC] {http.py:200} ERROR - <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>