Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Wellbore Domain Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Commits
34dfba90
Commit
34dfba90
authored
3 years ago
by
Victor Dosda
Browse files
Options
Downloads
Patches
Plain Diff
added include_in_schema=is_visible to route
parent
16c5d9c5
No related branches found
No related tags found
1 merge request
!240
Deletion of bulk data
Pipeline
#67092
failed
3 years ago
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: attribution
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/wdms_app.py
+1
-1
1 addition, 1 deletion
app/wdms_app.py
with
1 addition
and
1 deletion
app/wdms_app.py
+
1
−
1
View file @
34dfba90
...
...
@@ -260,7 +260,7 @@ wdms_app.include_router(
dependencies
=
[
*
basic_dependencies
,
Depends
(
set_legacy_input_dataframe_check
),
Depends
(
set_log_bulk_id_access
)])
wdms_app
.
include_router
(
delete_bulk_data
.
router
,
prefix
=
DDMS_V3_PATH
,
tags
=
[
'
feature: delete
'
],
dependencies
=
v3_bulk_dependencies
,)
dependencies
=
v3_bulk_dependencies
,
include_in_schema
=
is_visible
)
# The multiple instantiation of bulk_utils router create some duplicates operation_id
update_operation_ids
(
wdms_app
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment