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

"lino dataconnector add " is not updating the file dataconnector.yaml #333

Open
FranckDijoux opened this issue Nov 25, 2024 · 0 comments
Open

Comments

@FranckDijoux
Copy link

FranckDijoux commented Nov 25, 2024

Preconditions:

install LINO version v3.1.0 on windows
Run command " lino dataconnector add xxxx "
Example:
lino dataconnector add dvdrental --read-only postgresql://postgres@localhost:5432/dvdrental?sslmode=disable --password

Action:

Run another command " lino dataconnector add yyyy " with a new connection string
Example (port upate):
lino dataconnector add dvdrental --read-only postgresql://postgres@localhost:5433/dvdrental?sslmode=disable --password

Problem:

the command "lino pull " is still trying to access the target of xxxx connection string.

Expected behaviour:

Each time a "lino dataconnector add" is executed, the file dataconnector.yaml should be updated.

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

1 participant