Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
airflow-google-ads-api-report-fetcher
Advanced tools
Library for running google-ads-api-report-fetcher in Apache Airflow.
If you want to use Apache Airflow to run any gaarf-based projects you can use
airflow-google-ads-api-report-fetcher
package.
Install it with pip install airflow-google-ads-api-report-fetcher
-
it will make airflow_gaarf
library available.
Install the latest development version with
pip install -e git+https://github.com/google/ads-api-report-fetcher.git#egg=airflow-google-ads-api-report-fetcher\&subdirectory=py/airflow_gaarf
The library comes with two operators - GaarfOperator
and GaarfBqOperator
which can
be used to simplify executing google_ads_queries
and bq_queries
respectively.
Template pipeline expects two type of connections - go to Admin - Connections, add new connection (type Generic) and in Extra add the values specified below:
google_ads_default
{"google_ads_client":
{"developer_token": "",
"client_id": "",
"client_secret": "",
"refresh_token": "",
"login_customer_id": "",
"client_customer_id": "",
"use_proto_plus": "true"
}
}
gcp_conn_id
{"cloud":
{"project_id": "your-project"}
}
Once the above connections were setup you may proceed to configuring DAG.
examples
folder contains several DAGs you might find useful:
01_gaarf_console_reader_console_writer.py
- simple DAG which consist of a single GaarfOperator
what fetches data from an inline query and outputs results to the console.02_gaarf_file_reader_csv_writer.py
- DAG that reads query from a file (can be local or remote storage) and save results to CSV.03_gaarf_read_solution_directory
- DAG that reads queries from a directory with queries and for reach query builds its own task.FAQs
Library for running google-ads-api-report-fetcher in Apache Airflow.
We found that airflow-google-ads-api-report-fetcher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.