Hleb Krakhotkin

Results 10 comments of Hleb Krakhotkin

@candalfigomoro @alvaro-ponce found this in the DBT slack channel: > Hi friends! We have recently paused the development of dbt-fal. We are looking for external contributors for incremental model support...

Hi @caniko ! Have you found a way to fix this? I ran into a similar situation. I have two models. One works as it should, and the other writes...

Thanks for the quick response. I'll look in that direction, but I don't think that's the problem. If you use to call ORM in Depends (get_current_user ) for example, then...

+1 It would be great if this functionality were implemented. Now it’s not clear where the error falls and you have to transfer the model to Jupiter notebook or put...

Better temp fix: create `/static/admin/custom.css` and put `.main-martor { color: #000 !important; } ` add to admin class: ``` class Media: css = {'all': ('admin/custom.css',),} ```