feat: Remove spectacles pip install (#2089)

This commit is contained in:
Anna Scholtz 2024-09-11 17:01:59 -07:00 коммит произвёл GitHub
Родитель 1bf8b8eeaa
Коммит b814d4708d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -181,7 +181,6 @@ with DAG(
dag=dag,
cmds=["bash", "-x", "-c"],
arguments=[
"pip install spectacles==2.4.10 && " # todo: remove this once mozilla-nimbus-schemas supports newer pydantic version
"spectacles content --verbose"
" --project spoke-default"
" --branch main-validation" # this branch is a mirror of main, but Looker cannot open production branches (like main) for validation