-
Notifications
You must be signed in to change notification settings - Fork 100
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
Initialize two local data sources simultaneously #1316
Comments
Hi @tklein1801 , @LotharBender would you be able to answer this question? |
Hi @tklein1801 , Everything under
Best, Lothar |
Hi @LotharBender, thank you for your quick reply. I probably should have come up with the idea of the profile myself. |
@renejeglinsky - should I try to merge #1316 (comment) into location of csv files? |
Thanks @LotharBender ! Let's at least give it a try, ok? |
@renejeglinsky - you can review #1349 |
@mathewzile - you can use the profile based approach described in the comment above instead of copying CSV files. Simply add a
|
@LotharBender thanks for the suggestion, but maybe the docs should add a note that loading from test/data is not supported for hana deployments without this profile method? Currently it states “Deployed… if not in production“ which might imply that it is automatically included in profiles other than production i would hope that this becomes a feature instead though |
@mathewzile - we already discussed a more flexible |
Hi, I would like to know how I can specify that only one data source is loaded, so that the test only loads the data from
test/data
and during development only the data fromdb/data
and both can run smoothly.The documentation under Location of CSV Files only describes the paths where I can create files to load them, but not how I can ignore certain paths, otherwise the following error occurs when starting my application or running my tests:
the following error occurs...
The text was updated successfully, but these errors were encountered: