Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
Rule Engine Service
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
brooklyn
Rule Engine Service
Commits
6933ff5b
Commit
6933ff5b
authored
Apr 10, 2023
by
Arman Khaksar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test.
parent
4a405f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/models.py
app/models.py
+1
-1
No files found.
app/models.py
View file @
6933ff5b
...
@@ -4,7 +4,7 @@ from sqlalchemy import ForeignKey
...
@@ -4,7 +4,7 @@ from sqlalchemy import ForeignKey
from
uuid
import
uuid4
from
uuid
import
uuid4
from
datetime
import
datetime
from
datetime
import
datetime
import
pandas
as
pd
import
pandas
as
pd
import
numpy
as
np
class
Dataset
(
db
.
Model
):
class
Dataset
(
db
.
Model
):
__tablename__
=
'dataset'
__tablename__
=
'dataset'
uid
=
db
.
Column
(
UUID
(
as_uuid
=
True
),
primary_key
=
True
,
default
=
uuid4
)
uid
=
db
.
Column
(
UUID
(
as_uuid
=
True
),
primary_key
=
True
,
default
=
uuid4
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment