Ravi Chandrasekaran

Results 6 issues of Ravi Chandrasekaran

Long success messages can break mid-word, like this example from Chapter 4, section 11: > Great job! In this case study, you will evaluate this model, plus two kinds of...

Addresses the issue found in #12, where certain columns need to be passed as bare column names for tidy evaluation, as expected by `ggraph`. The .Rmd file changes are simple...

Running into dependency conflicts with the most recent versions of `dbt`, `meltano`. My `requirements.txt` file attached. Do you know which versions to pin these to? (With the dependency issues, might...

Receiving the following deprecation warnings when trying `dbt run` with current version of `dbt`. ``` $ dbt run 14:40:53 [WARNING]: Deprecated functionality The `source-paths` config has been renamed to `model-paths`....

Getting this error when trying to install via `pip install dbt` directly. Seems like choosing `pip install dbt-postgres` would fix it. ``` $ pip install dbt Collecting dbt Downloading dbt-1.0.0.tar.gz...

Explicitly confirm batch_job status is 'DONE' before accessing downloadUrl. This may provide examples that mitigate or address issue #305.