Herman Tan

Results 8 issues of Herman Tan

**Describe the bug** Now with azuremlsdk v1.10.0, calling r_environment() generates a deprecated warning. Looking at the code [environment.R](https://github.com/Azure/azureml-sdk-for-r/blob/67921696803007e06564c429c4d27d93092cefee/R/environment.R) Lines 105-113 ``` env

This is my model. ``` {{ config( as_columnstore = false, materialized='incremental', incremental_strategy='insert_overwrite', unique_key='Id' ) }} WITH q AS ( SELECT * FROM {{ source("assessment_models", "Question") }} WHERE Id < 2000...

enhancement
Size: Medium
feature: differentiated
incremental models

I tried to reproduce the example in the readme. I encountered this error. ``` r library(reprex) library(deepviz) library(tidyverse) library(keras) model % layer_dense(10, input_shape = 4) %>% layer_dense(2, activation = "sigmoid")...

duplicate

Hi, I encountered tyhe following error. ``` get_jira_dashboards() ``` generates the error ``` Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match ``` Troubleshooting, I found...

This is great! Thank you for your work. I have a private repo that I would like to import from. How do I do that?

### Describe the bug Encountered this error after installing logging package. ![image](https://user-images.githubusercontent.com/10177608/175274462-45bb3fae-8c1b-4225-a98e-18c0dd55a315.png) ### Steps To Reproduce I followed instructions from [here](https://hub.getdbt.com/dbt-labs/logging/latest/). Create packages.yml ![image](https://user-images.githubusercontent.com/10177608/175273468-d2be2c4e-3494-4c81-a3af-9878d277a85c.png) Ran dbt deps ![image](https://user-images.githubusercontent.com/10177608/175273969-0da5b33e-2997-46f5-9430-2ff8d37540f6.png) ### Expected...

bug

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to repeatedly set up the filters to view the events I am interested in....

Area - SQL Profiler
Enhancement
Triage: Done