Closed case-k-git closed 4 months ago
See my comment on your PR. Please file bug with your company's Databricks contact about the SSLError when calling pipeline API.
Yea Thank you. we can close this issue. Thank you for your review.
This is solve the issue in my case thank you!
pip install pip-system-certs
Describe the bug
A clear and concise description of what the bug is. What command did you run? What happened?
Running the following model more than twice causes dbt run to fail. The refresh process is supposed to be called, but the process fails before that.
SQL
ERROR
Steps To Reproduce
In as much detail as possible, please provide steps to reproduce the issue. Sample data that triggers the issue, example model code, etc is all very helpful here.
Run streaming table model more than 2 times
Step 1: dbt run Step 2: dbt run
Expected behavior
A clear and concise description of what you expected to happen.
Create or Reflesh function will be called
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
ERROR
System information
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Add any other context about the problem here.
I have already working on fix this issue and probably solve it. So I will send the PR for that.