Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua "Delta export example for Azure Blob Storage" example in docs has blank fields #7709

Open
arielshaqed opened this issue Apr 30, 2024 · 1 comment
Labels
area/hooks improvements or additions to the hooks subsystem bug Something isn't working docs Improvements or additions to documentation

Comments

@arielshaqed
Copy link
Contributor

There are several lines like

          storage_account: "{{ .AzureStorageAccount }}"

But on https://docs.lakefs.io/howto/hooks/lua.html they are rendered as though Moustache tried to format them... and failed:

      args:
        azure:
          storage_account: ""
          access_key: ""

Screenshot:
screenshot of Lua docs page showing blank "storage_account" and "access_key" fields

Find a way to display this correctly to users, or display something else.

@arielshaqed arielshaqed added bug Something isn't working docs Improvements or additions to documentation area/hooks improvements or additions to the hooks subsystem labels Apr 30, 2024
@arielshaqed
Copy link
Contributor Author

Do we even need to use these? If so, why doesn't the S3 example need them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hooks improvements or additions to the hooks subsystem bug Something isn't working docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant