Skip to content

Commit

Permalink
Merge pull request #3 from JaerongA/patch-1
Browse files Browse the repository at this point in the history
enable import streams from aeon.dj_pipeline
  • Loading branch information
ttngu207 authored Jul 10, 2023
2 parents 3d66f67 + 68cb397 commit 153c8e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aeon/dj_pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
repository_config = dj.config['custom'].get('repository_config',
_default_repository_config)

try:
from .utils import streams_maker
streams = dj.VirtualModule("streams", streams_maker.STREAMS_MODULE_NAME)
except:
pass


def get_schema_name(name):
return db_prefix + name
Expand Down

0 comments on commit 153c8e0

Please sign in to comment.