treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.48k stars 359 forks source link

Docs: Import statement missing #2411

Closed mishraprafful closed 1 year ago

mishraprafful commented 3 years ago

https://github.com/treeverse/lakeFS/blob/master/clients/python/docs/AuthApi.md#create_policy

The import statement for from lakefs_clinet.model import Statement is missing in the above example.

johnnyaug commented 3 years ago

The docs are generated using https://github.com/OpenAPITools/openapi-generator. I have opened an issue in this project regarding the missing import: https://github.com/OpenAPITools/openapi-generator/issues/10279.

talSofer commented 1 year ago

fixed with https://github.com/OpenAPITools/openapi-generator/issues/10279