-
Notifications
You must be signed in to change notification settings - Fork 3
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
DALA-4584 Introduce Dataland Lego Bricks #812
base: main
Are you sure you want to change the base?
Conversation
…DALA-4584_Introduce-Legos # Conflicts: # dataland-backend/src/main/kotlin/org/dataland/datalandbackend/services/DataPointManager.kt
…egos # Conflicts: # dataland-backend/backendOpenApi.json
…d into DALA-4584_Introduce-Legos
…DALA-4584_Introduce-Legos
…DALA-4584_Introduce-Legos
…DALA-4584_Introduce-Legos
dataland-automated-qa-service/src/main/infrastructure/resources/data_resource.py
Show resolved
Hide resolved
dataland-automated-qa-service/src/main/infrastructure/resources/data_resource.py
Show resolved
Hide resolved
dataland-backend/src/main/kotlin/org/dataland/datalandbackend/controller/DataController.kt
Outdated
Show resolved
Hide resolved
dataland-backend/src/main/kotlin/org/dataland/datalandbackend/controller/DataController.kt
Outdated
Show resolved
Hide resolved
@@ -46,14 +45,5 @@ data class DataType | |||
get() = allowedDataTypes.map { valueOf(it) } | |||
} | |||
|
|||
init { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this may have unwanted side-effects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo: revisit after separation of frameworks and data points is implemented
dataland-backend/src/main/kotlin/org/dataland/datalandbackend/validator/ValueCurrency.kt
Outdated
Show resolved
Hide resolved
dataland-backend/src/test/resources/json/frameworkTemplate/referencedReports.json
Outdated
Show resolved
Hide resolved
logger.info("Inserting data into database with data ID: $dataId and correlation ID: $correlationId.") | ||
storeDataItemWithoutTransaction(DataItem(dataId, objectMapper.writeValueAsString(data))) | ||
|
||
val dataAsJSON = JSONObject(dataObject) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entirely breaks our current assumption of the Internal Storage: So far, internal storage always was a "dumb" Key-Value Store. IMO we should carefully consider implement such logic here.
Pull Request <Title>
<Description here>
Things to do during Peer Review
Please check all boxes before the Pull Request is merged. In case you skip a box, describe in the PRs description (that means: here) why the check is skipped.
@ts-nocheck
is removed. Additionally, there should not be any@ts-nocheck
in files modified by this PR. If no@ts-nocheck
are left: Celebrate 🎉 🎊 type-safety and remove this entry.Reset non-user related Docker Volumes & Re-populate
turned offReset non-user related Docker Volumes & Re-populate
turned on, and it's verified that the CD run is greenReset non-user related Docker Volumes & Re-populate
turned on