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

A key can only consist of ASCII letter, digit or '_' (underscore) characters. #35

Closed
neit-group-admin opened this issue May 29, 2021 · 6 comments

Comments

@neit-group-admin
Copy link

Hello everyone,

Ad func.py
How come you have got for example this:
schema = cfg["db-schema"]?
Given the fact that hyphens are not allowed.

Fn: Error updating function configuration: Service error:InvalidParameter. Invalid config. http status code: 400.

Thanks and Regards,
Vaclav

@sachin-pikle
Copy link
Contributor

sachin-pikle commented Jun 15, 2021

Hi Vaclav,

Sorry about the delayed reply.

Yes, it looks like a bug (to be confirmed) introduced by one of our recent changes. Earlier we used to allow hyphens "-" in function config variable names. Can you replace the hyphens in function config variable names with underscores please "_" ?

Regards
Sachin Pikle.

@sachin-pikle
Copy link
Contributor

Hi Vaclav,

This issue is fixed. Can you try again and confirm?

Regards
Sachin Pikle.

@neit-group-admin
Copy link
Author

Hi Sachin,

It seems to be ok from the Cloud Shell perspective. However, there is still the same warning in the GUI form.

Thanks and Regards,
Vaclav

@sachin-pikle
Copy link
Contributor

Hi Vaclav,

The GUI fix is awaiting deployment. Will let you know once that's in production.

Regards
Sachin Pikle.

@sachin-pikle
Copy link
Contributor

Hi Vaclav,

The console/GUI fix has been deployed in production. I am closing the issue. If you still see this issue, please add a comment and reopen this ticket. Thank you!

Regards
Sachin Pikle.

@neit-group-admin
Copy link
Author

Hi Sachin,

Thumbs up!

Thanks a lot.

Regards,
Vaclav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants