potiuk commented on PR #93:
URL:
https://github.com/apache/airflow-client-python/pull/93#issuecomment-1686191691
> > > 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`
>
> To fix this, I had to uninstall gnu-sed which I installed sometime in the
past
calls for an improvement in the chain :) . It's a bit strange we are using
`sed` to correct those imports :exploding_head:
--
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]