Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4da272

Browse files
committed
Small fix
1 parent07b805c commitd4da272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/databricks/sqlalchemy/dialect/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def get_table_comment(self, connection, table_name, schema=None, **kw):
328328
)
329329
# TODO: Add if scenario for None schema
330330
data=cur.execute(sql_str).fetchall()
331-
_comment=[i[COMMENT]foriindata]
331+
_comment=data[0][COMMENT]
332332

333333
return {"text":_comment}
334334

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp