Skip to main content

Questions tagged [python]

Python is a dynamic and strongly typed programming language designed to emphasize usability.

0 votes
0 answers
6 views

My NiFiKop (Konpyutaika) Helm chart release version is v1.14.2-release. My NiFi version is 2.6. My nificluster apiVersion is nifi.konpyutaika.com/v1. I looked at the Python developer guide at: https://...
labubu's user avatar
  • 1
0 votes
0 answers
9 views

For a Django Python project, I develop in a Docker container. The oscrypto Python package I need is unable to find the Libcrypto library on the Ubuntu container. The Docker image is ubuntu:24.04. I am ...
nsiwat's user avatar
  • 1
0 votes
0 answers
11 views

When I say version control here, I'm talking specifically about the version number of the software I'm working on. I'm using git and happy with the general workflow, and have plans on how to improve ...
Adrian V's user avatar
0 votes
0 answers
25 views

I've created a Google managed Kafka stream. I'm able to publish and consume messages to/from the kafka stream if I use Application Default Credentials (ADC). I.e. I create a VM instance using a ...
Kevin Kraft's user avatar
1 vote
1 answer
46 views

I'd like to set count to 1 when TF_WORKSPACE is prod and 0 otherwise. I recently learned about Fn.conditional and would like to compare a working implementation of it, using purely Python CDKTF, with ...
cov's user avatar
  • 11
0 votes
1 answer
789 views

I started playing with Ansible and, since I know some Python, decided to dig in and learn how to create modules. For this module, I need to setup an Apt repository and rather than reinvent the wheel I ...
RiverHeart's user avatar
1 vote
1 answer
374 views

I have a sort of configuration vars file through which I'm looping, checks: - name: "x" setting: "y" eval: "{{ 'OK' if var == 'x' else 'NOK' }}" main.yml - ...
Someboodyh's user avatar
0 votes
1 answer
43 views

We use separate Jenkins jobs to collect unit tests and coverage for each repository. There are 32 such repos. How do we collect cumulative report? Currently we are going into each job and collecting ...
TheDevOpsMonk's user avatar
0 votes
1 answer
195 views

I'm currently building AWX EE custom image with the latest available but it seems latest versions got some conflicts with pip modules. My custom image was working great in July (awx-ee version 22.X 23....
motorbass's user avatar
  • 113
0 votes
1 answer
336 views

When I inherently go to make the connection from the python app inside the docker file I get .. I can ping and nslookup from indide the docker container from the terminal....so I'm a bit confused.. ...
BostonAreaHuman's user avatar
1 vote
1 answer
979 views

I updated a recent playbook module that says I need to use at least Python version 3.8. I run this playbook on our AWX controller. When I run the cmd module and do a "which python3" I get ...
David Desjardins's user avatar
0 votes
1 answer
1k views

I have set of large tables stored as parquets on s3. In python, I'm using: pd.read_parquet(...,columns=columns) I'm reading the files directly from s3, without any database engine whatsoever for ...
user19976975's user avatar
1 vote
2 answers
148 views

I'm new to DevOps and overwhelmed with all the options. I write python web applications as a solo developer, on my local machine. I have a "staging" server and I have multiple websites under ...
DumbMathBoy's user avatar
0 votes
1 answer
2k views

This is my Dockerfile for distroless image similar to this example FROM python:3.9-slim AS build-venv RUN python3 -m venv /venv # other installation steps go here RUN /venv/bin/pip install --upgrade ...
GopherM's user avatar
  • 103
1 vote
1 answer
3k views

Using cloud function - trying to make get call to get the project name and with the id - https://cloud.google.com/resource-manager/docs/creating-managing-projects#listing_projects from ...
lisa_rao007's user avatar

15 30 50 per page
1
2 3 4 5 6