Coder Social home page Coder Social logo

Comments (5)

k-rheinheimer avatar k-rheinheimer commented on May 24, 2024 1

Thank you for this info! I will look into this and get back to you.

from cloudquery.

KarthikVenkatraman avatar KarthikVenkatraman commented on May 24, 2024 1

Hi @k-rheinheimer

Please find my azure (source) config below

spec:
  name: "azure"
  path: "cloudquery/azure"

  version: "v13.1.0"
  tables: [
    "*"
    ]
  destinations: ["snowflake"]
  spec:
    subscriptions: ["xxxx-xxxx-xxxx-xxxx-xxxx"]

The destination (snowflake) config is as below:

kind: destination
spec:
  name: snowflake
  path: cloudquery/snowflake
  version: "v3.4.2"
  write_mode: "overwrite-delete-stale"
  # batch_size: 10000 # optional
  # batch_size_bytes: 5242880 # optional
  spec:
    connection_string: XXXX:[email protected]/XXXX/XXXX?role=XXXX&warehouse=XXXXX

On the Azure plugin version I pointed to the latest version (13.1.0) of the Azure source plugin itself and also the latest version of the Azure Compliance pack (cloudquery_transformation_azure-compliance-premium_v0.8.2) just today and still getting the same issue only.

from cloudquery.

k-rheinheimer avatar k-rheinheimer commented on May 24, 2024

hey @KarthikVenkatraman - I am having some trouble reproducing this, can you provide the queries you were trying to run? Also, if possible, can you send the column types of the view(s) that were created?

from cloudquery.

KarthikVenkatraman avatar KarthikVenkatraman commented on May 24, 2024

Hi @k-rheinheimer

I was just trying to view the data in the following views:

select * from "AZURE_COMPLIANCE__CIS_V2_0_0"
select * from "AZURE_COMPLIANCE__CIS_V2_1_0"
select * from "AZURE_COMPLIANCE__CIS_V1_3_0"

However this does not work successfully.

I keep getting an error like
Boolean value 'fail' is not recognized or Boolean value 'pass' is not recognized

Please find the column types for the respective views:
"AZURE_COMPLIANCE__CIS_V2_0_0" :

image

"AZURE_COMPLIANCE__CIS_V2_1_0" :
image

"AZURE_COMPLIANCE__CIS_V1_3_0" :
image

Please let me know If you require any further info.

from cloudquery.

k-rheinheimer avatar k-rheinheimer commented on May 24, 2024

Hey @KarthikVenkatraman while I am looking into this, would you mind sharing the redacted azure source config you are using? If you are unable to provide that, can you let me know which version of the azure plugin you are using?

If you could also share a redacted version of the snowflake destination config, I can try to replicate as closely as possible.

from cloudquery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.