GithubHelp home page GithubHelp logo

sap-samples / datahub-integration-examples Goto Github PK

View Code? Open in Web Editor NEW
39.0 18.0 31.0 11.3 MB

Example operators, pipelines, and Dockerfiles for SAP Data Hub showing how to connect to different sources or how to perform certain tasks.

License: Apache License 2.0

Dockerfile 3.27% Java 2.49% Python 73.86% JavaScript 5.35% Shell 15.03%
sample sample-code data-hub sap-data-intelligence

datahub-integration-examples's People

Contributors

ajinkyapatil8190 avatar btbernard avatar cassioiks avatar csengstock avatar dimvor avatar flegler avatar flegler-sap avatar isansahoo123 avatar jensr84 avatar jonathanbaker7 avatar kairoesner avatar markwaldkat avatar minheesung avatar sebastianwolf-sap avatar thhapke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

datahub-integration-examples's Issues

From SAP HANA to BigQuery

Hello team,
I know it not a so-called issue, but i can't find any place where to ask you a question. I look at the example of how to expose Hana data via OpenAPI, which is good, but i'm wondering if there a way to create a specific connector or way to export data out of Hana to BigQuery on straight to GCS ?
Thanks for your answer and sorry for using this to open a message.
Williams

Error installing VSCode Application

When trying to install vscode, following the steps outlined here: https://github.com/SAP-samples/datahub-integration-examples/blob/main/GitWorkflow/vscode-app/Readme.md

I get the following error:

image

Issue also reported here: https://answers.sap.com/questions/13533733/error-installing-vscode-application-git-integratio.html

I've successfully been able to install vscode to our other SAP Data Intelligence instances in the past - wondering if something recently changed?

Thanks.

Git Integration - Update VS Code server

I think an updated VS Code version would be really helpful because the current version is too old for a lot of plugins. I attached a Dockerfile with a config I verified to work with SAP Data Intelligence. Please note that this Dockerfile also includes a python 3.6 installation and the python VS Code plugin. It would be really nice if you cloud push the updated container to Docker Hub.

If you want to, I can also open a PR with the changes.

FROM ubuntu:18.04

RUN apt-get update && apt-get install -y \
	openssl \
	net-tools \
	git \
	locales \
	dumb-init \
	vim \
	curl \
	wget \
	python3.6 \
	&& rm -rf /var/lib/apt/lists/*
RUN locale-gen en_US.UTF-8
ENV LC_ALL=en_US.UTF-8 \
	SHELL=/bin/bash

RUN wget https://github.com/cdr/code-server/releases/download/v3.12.0/code-server-3.12.0-linux-amd64.tar.gz
RUN tar xvfz /code-server-3.12.0-linux-amd64.tar.gz

RUN groupadd -g 999 coder && \
    useradd -r -u 999 -g coder coder && \
    mkdir /home/coder && \
    chown coder:coder /home/coder

USER 999:999


EXPOSE 3000

ENV HOME /home/coder
ENV GIT_DISCOVERY_ACROSS_FILESYSTEM 1
RUN /code-server-3.12.0-linux-amd64/bin/code-server --install-extension ms-python.python

ENTRYPOINT ["dumb-init", "--"]
CMD ["bash", "-c", "exec /code-server-3.12.0-linux-amd64/bin/code-server --port 3000 --auth none /vhome"]

Missing image pull secrets for vscode app template

Please add the following lines in GitWorkflow/vscode-app/content/vsystem/apps/vsc-app.json
Below

            "deployment": {
                "spec": {
                    "template": {
                        "spec": {

insert

                            "imagePullSecrets": [
                                {
                                    "name": "{{ .vsystem.imagePullSecret }}"
                                }
                            ],

I do not have the permissions to push or create a PR

CI deploymeent strategy questions

Hi,

I am trying to implement a CI-Workflow using the scripts from this project to deploy our solutions and have a few questions regarding that:

  1. Currently all pipelines are deployed using the modeler. I do not see them in the list resulting from 'vctl strategy get [...]'.
    1.1. Is that intentional?
    1.2. What will happen when I install the solutions again using vctl? Will it result in multiple instances and I need to delete the modeler-deployed instance first?
  2. Some issued commands suche as `vctl tenant get-strategy' can only be triggered by admins. Our runtime user is no admin. any chance to run the scripts or at least achieve similar results without admin rights?
  3. 'vctl scheduler stop pipeline-modeler' sometimes works, but very runs for a long time until the CI-pipeline times out. Why is that? Why does the pipeline-modeler has to be stopped anyway?

Would be great to get some help here.

Thanks,
Philipp

No terminal access after installation of vscode

I just installed the vscode Application in the most actual SAP Data Intelligence Cloud and everything seems to be fine. Even setting up a git repository was possible. Shortly after setting up the git repository, the vscode pod has some issues. The terminal keeps the status "Starting..." and no changes were tracked. I already tried to solve this issue by restarting the user pod as well as clearing all instances.

image

Can someone reproduce this issue or provide any hints?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.