We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DEFAULT_STREAM_ID
STREAM_ID
Expected behavior/code
When selecting the ldp backend from the CLI, we expect to be able to set the stream we are targeting with an explicit option name.
ldp
Actual Behavior
The --ldp-stream-id does not exist. I suppose Ralph expects this option to be set via the --ldp-default-stream-id option.
--ldp-stream-id
--ldp-default-stream-id
Steps to Reproduce
$ ralph list -b ldp --help
Environment
Possible Solution Rename the LDPDataBackendSettings.DEFAULT_STREAM_ID setting to LDPDataBackendSettings.STREAM_ID
LDPDataBackendSettings.DEFAULT_STREAM_ID
LDPDataBackendSettings.STREAM_ID
The text was updated successfully, but these errors were encountered:
After IRL discussions with @wilbrdt, the stream ID can also be set via the --target option, which is not explicit. There's room for improvement here.
--target
Sorry, something went wrong.
No branches or pull requests
Bug Report
Expected behavior/code
When selecting the
ldp
backend from the CLI, we expect to be able to set the stream we are targeting with an explicit option name.Actual Behavior
The
--ldp-stream-id
does not exist. I suppose Ralph expects this option to be set via the--ldp-default-stream-id
option.Steps to Reproduce
Environment
Possible Solution
Rename the
LDPDataBackendSettings.DEFAULT_STREAM_ID
setting toLDPDataBackendSettings.STREAM_ID
The text was updated successfully, but these errors were encountered: