dpro-shc

Results 4 issues of dpro-shc

I'm getting some authentication issues using the .files method on the CSV driver (intake 0.70) when reading from Azure Blob, it seems like it's because the storage options of the...

Let's say we have two tasks, extract and load where extract returns a list of json objects say, `[{"foo":"dan","bar":"shc"},{"foo":"alf","bar":"shc"}]`, and load expands on the output of extract ``` tasks: extract...

----------------------------------------------------------------- Certain models materialize in the default schema for the dbt profile when running +core__claims. In particular core__stg_claims_eligibility, core__stg_claims_medical_claim (probably should be in the core schema), service_category__stg_inpatient_institutional, service_category__stg_medical_claim, service_category__stg_office_based,service_category__stg_outpatient_institutional, service_category__stg_professional...

bug
community

Hi Martin, I have a pipeline that produces a pandas df and I'm having trouble assigning a new column as the quotient of two others. ```cat = intake.Catalog() cat[source] =...