Skip to content

Commit d39f2cc

Browse files
authored
Merge pull request #602 from atlanhq/APP-5517
APP-5517: Fixed the indentation issue in documentDB jinja template
2 parents c784abf + 94af30a commit d39f2cc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

pyatlan/generator/templates/methods/asset/document_d_b_collection.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls, *,

pyatlan/generator/templates/methods/asset/document_d_b_database.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls, *, name: str, connection_qualified_name: str) -> DocumentDBDatabase:

pyatlan/generator/templates/methods/attribute/document_d_b_collection.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls,

pyatlan/generator/templates/methods/attribute/document_d_b_database.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
@classmethod
23
@init_guid
34
def creator(cls, *, name: str, connection_qualified_name: str) -> DocumentDBDatabase.Attributes:

0 commit comments

Comments
 (0)