Skip to content

Commit

Permalink
Merge branch 'main' into google_political_ads_20250115
Browse files Browse the repository at this point in the history
  • Loading branch information
sachintap1306 authored Jan 20, 2025
2 parents 52e0053 + 46c488b commit 8bd3394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python3 - --preview
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
- name: Install dependencies
run: poetry install --only pipelines
- name: Initialize Airflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
dag_id="google_trends.copy_trends_data",
default_args=default_args,
max_active_runs=1,
schedule_interval="@daily",
schedule_interval="0 2 * * *",
catchup=False,
default_view="graph",
) as dag:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License

---
resources: ~
Expand All @@ -24,7 +24,7 @@ dag:
depends_on_past: False
start_date: '2022-03-22'
max_active_runs: 1
schedule_interval: "@daily"
schedule_interval: "0 2 * * *"
catchup: False
default_view: graph

Expand Down

0 comments on commit 8bd3394

Please sign in to comment.