ephraimbuddy commented on PR #93:
URL:
https://github.com/apache/airflow-client-python/pull/93#issuecomment-1686160318
> SMth wrong: `import client` where previously `import airflow_client` ? I
guess some command line flag in the generator changed and it stopped generating
the same "airflow_client" package.
Yes. The sed command failed but I didn't look well:
`+ find
/Users/ephraimbuddy/projects/airflow-client-python/airflow_client/test -type f
-name '*.py' -exec sed -i '' -e s/client/airflow_client.client/g '{}' +
sed: can't read : No such file or directory`
--
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]