Skip to content

Instantly share code, notes, and snippets.

View Sygyzmundovych's full-sized avatar
🇺🇦
Working from home

Vitaliy Rudnytskiy Sygyzmundovych

🇺🇦
Working from home
View GitHub Profile
@Sygyzmundovych
Sygyzmundovych / HANAwPy.code-profile
Created June 5, 2024 19:16
BAS profile for SAP HANA and Python
{"name":"HANAwPy","icon":"snake","snippets":"{\"snippets\":{\"python.json\":\"{\\n\\t// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\n\\t\\\"Print to console\\\": {\\n\\t\\t\\\"prefix\\\": \\\"clog\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log('$1');\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"Connect to SAP HANA\\\": {\\n\\t\\t\\\"prefix\\\": \\\"saphana_connect\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"cc = __import__('hana_ml').dataframe.ConnectionContext(userkey='DevChallenger2406', encrypt=True)\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to consol