Replies: 7 comments 12 replies
-
Yes, try pip install sling
…On Wed, May 22, 2024, 5:49 AM matanper ***@***.***> wrote:
I'm using Databricks to run dbt jobs, and I'd like to trigger a sync after
job completion.
I don't think I can run CLI tool from Databricks, is there an API to run
sling with python?
—
Reply to this email directly, view it on GitHub
<#299>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2QZYSVEVC22S75JGVHD63ZDRLX5AVCNFSM6AAAAABIDFH2KKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWG4YDSNRUHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You can pass environment variables for your connections. You'll find
instructions in the docs.
…On Wed, May 22, 2024, 6:11 AM matanper ***@***.***> wrote:
Thanks, I couldn't find how to define connection, is it also possible from
python?
—
Reply to this email directly, view it on GitHub
<#299 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2QZYRCNXMADICMREKGGBDZDROMVAVCNFSM6AAAAABIDFH2KKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMJYHA2DS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you tell me if this is correct?
I get the following error and not sure why
I also tried to run json file it generated directly from the CLI:
|
Beta Was this translation helpful? Give feedback.
-
Looks right. |
Beta Was this translation helpful? Give feedback.
-
Ah. How much memory does the machine have?
…On Thu, May 23, 2024, 8:12 AM matanper ***@***.***> wrote:
It seems like OOM from looking at top, I tried adding
source_options=sling.SourceOptions(limit=1_000) but this doesn't solve
it. any suggestion?
—
Reply to this email directly, view it on GitHub
<#299 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2QZYQES5OIBK42F2LQJIDZDXFIHAVCNFSM6AAAAABIDFH2KKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMZTGMZTM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I couldn't figure out the problem, I even opened a public bucket:
is there way to see more detailed error? |
Beta Was this translation helpful? Give feedback.
-
Hi, it looks like the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Databricks to run dbt jobs, and I'd like to run a sync after job completion.
I don't think I can run CLI tool from Databricks, is there an API to run sling with python?
Beta Was this translation helpful? Give feedback.
All reactions