Skip to main content

spark_jira_tools

Project description

spark_jira_tools

Github License Updates Python 3 Code coverage

spark_jira_tools is a Python library that implements jira task

Installation

The code is packaged for PyPI, so that the installation consists in running:

Usage

wrapper run jira task

Sandbox

Installation

!yes| pip uninstall spark-jira-tools
pip install spark-jira-tools --user --upgrade

IMPORTS

from spark_jira_tools import show_dataframe_task
from spark_jira_tools import show_code_template
from spark_jira_tools import generated_task_jira
from spark_jira_tools import Jira

Auth Jira

jira = Jira(username="jonathan.quiza",
            token="Token Artifactory",
            proxy=proxy)

Show Dataframe Task

show_dataframe_task()

Show Code Template

  1. Analisis
  2. Productivizacion - Scaffolder
  3. Ingesta
  4. Productivizacion - Scala
  5. Ingesta Holding
  6. Full Production in Channel
code_list = show_code_template(process_name="Analisis")

Generated Task

table_names = [
    {"table":"t_kctk_collateralization_atrb", "assigned":"", "folio":"", "id_table":""}
]
feature_pad = "PAD3-87929"
code_team_backlog = "5884174"

generated_task_jira(jira=jira, code_list=code_list, table_names=table_names,
                    feature_pad=feature_pad,code_team_backlog=code_team_backlog)

License

Apache License 2.0.

New features v1.0

BugFix

  • choco install visualcpp-build-tools

Reference

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spark_jira_tools-0.4.4.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

spark_jira_tools-0.4.4-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page