Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Data Factory support as a new tech_stack #1

Open
fedeoliv opened this issue Sep 23, 2021 · 2 comments
Open

Azure Data Factory support as a new tech_stack #1

fedeoliv opened this issue Sep 23, 2021 · 2 comments
Assignees

Comments

@fedeoliv
Copy link

Name of the tech_stack
The new tech_stack suggested is Azure Data Factory.

File extensions to look for in the repository
The repository must have a .json file.

Content/Regex to look for in the above-mentioned filename/extensions

The presence of the following JSON content:

{
    "scripts":{
        "build":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index"
    },
    "dependencies":{
        "@microsoft/azure-data-factory-utilities":"^0.1.5"
    }
}
@NinadKavimandan
Copy link
Contributor

Thanks for reaching out @fedeoliv!

Just to confirm -

{
    "scripts":{
        "build":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index"
    },
    "dependencies":{
        "@microsoft/azure-data-factory-utilities":"^0.1.5"
    }
}

This is to be searched across all .json files or any particular file?

@fedeoliv
Copy link
Author

fedeoliv commented Sep 24, 2021

@NinadKavimandan typically it's inside a package.json file. Of course developers can rename it, but it's unlikely to have this scenario. So I'd simplify this just looking inside a package.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants