hi all - im trying to deploy a kedro pipeline as a...
# questions
n
hi all - im trying to deploy a kedro pipeline as a databricks job. ive gone through all of these steps but get this error:
Copy code
No module named 'snowflake'
it looks like i just need to provide my requirements.txt file - how can i do that? i've done it in the past but forgot how 🫠 i'm using kedro
0.19.2
f
Some time ago, I saw a message from @Erwin @Camilo López about how to deploy using Asset Bundles (I believe it is the recommended way to deploy a job at the moment). It is still in PR though: https://github.com/kedro-org/kedro/pull/3744
n
i actually may have found the problem - my requirements file looks out of date. will report back here if thats the issue
🙌 3