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
Currently, the data sources in Dremio have to be registered after starting the Dremio container by running a manual command.
This "breaks" the flow of Docker compose and it would be great avoiding this manual step.
One idea could be to hook the entrypoint of the image and fork the process so as to register the data sources after 30s or 1 min. See for instance https://stackoverflow.com/questions/3096561/fork-and-exec-in-bash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the data sources in Dremio have to be registered after starting the Dremio container by running a manual command.
This "breaks" the flow of Docker compose and it would be great avoiding this manual step.
One idea could be to hook the entrypoint of the image and fork the process so as to register the data sources after 30s or 1 min. See for instance https://stackoverflow.com/questions/3096561/fork-and-exec-in-bash
The text was updated successfully, but these errors were encountered: