Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
New DP service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yorgo EL MOUBAYED
New DP service
Commits
bc7724ec
Commit
bc7724ec
authored
3 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Minor updates
parent
66417949
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dataproc/api/views/__pycache__/input_view.cpython-38.pyc
+0
-0
0 additions, 0 deletions
dataproc/api/views/__pycache__/input_view.cpython-38.pyc
dataproc/api/views/input_view.py
+2
-2
2 additions, 2 deletions
dataproc/api/views/input_view.py
with
2 additions
and
2 deletions
dataproc/api/views/__pycache__/input_view.cpython-38.pyc
+
0
−
0
View file @
bc7724ec
No preview for this file type
This diff is collapsed.
Click to expand it.
dataproc/api/views/input_view.py
+
2
−
2
View file @
bc7724ec
...
...
@@ -59,10 +59,10 @@ def storeInput(request):
for
input_ocf
in
json_data_ocf
:
connectConstructOCF
(
json_data_construct
,
input_ocf
)
return
JsonResponse
({
"
S
tatus
"
:
"
INPUT SUCCESSFULLY REGISTERED
"
})
return
JsonResponse
({
"
S
TATUS
"
:
"
INPUT SUCCESSFULLY REGISTERED
"
})
except
:
return
JsonResponse
({
"
S
tatus
"
:
"
ERROR OCCURRED
"
},
safe
=
False
)
return
JsonResponse
({
"
S
TATUS
"
:
"
ERROR OCCURRED
"
},
safe
=
False
)
@csrf_exempt
def
storeParseDataset
(
data
):
...
...
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